String Schema
WarningType Complex Type
Namespace http://string.drv.de/xmlschema/string
Base Type
Extension of InformationType Complex Type
Diagram
HasToBeConfirmed Element AssignedToBooking Element Identifier Element Sequence AssignedServiceTypes Element Identifier Element Sequence AssignedServices Element Identifier Element Sequence AssignedTravellers Element LanguageCode Element Text Element Sequence Description Element Code Element Identifier Element Sequence WarningType Complex Type
Overview
Sequence
Identifier IdentifierType Simple Type
Unique information identifier
Code xs:token
Code for the information defined by the touroperator
Description 0..∞ TextLanguageType Complex Type
Description for the information
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
AssignedTravellers optional IdentifiersType Complex Type
List of participants who caused this information
AssignedServices optional IdentifiersType Complex Type
List of services which caused this information
AssignedServiceTypes optional IdentifiersType Complex Type
List of service types (e.g. rooms, flight classes) which caused this information
AssignedToBooking optional xs:boolean
Flag if this information is booking related
HasToBeConfirmed optional xs:boolean
Flag if this warning has to be explitly confirmed by the user
Used By
WarningDetail Element
Source
<xs:complexType name="WarningType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent>
    <xs:extension base="InformationType">
      <xs:sequence>
        <xs:element name="HasToBeConfirmed" type="xs:boolean" nillable="false" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Flag if this warning has to be explitly confirmed by the user</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.